home *** CD-ROM | disk | FTP | other *** search
/ Interactive Quarterly / The Best of New Machine Publishing 1 - Disc 4: Interactive Quarterly.iso / pc / demos / vvictor / vvdemo.dir / 00609.ls < prev    next >
Encoding:
Text File  |  1996-08-22  |  264 b   |  10 lines

  1. on mouseUp
  2.   global SUBTOTAL1, TAX1, TOTAL1, shipping1
  3.   put TAX1 into field "tax"
  4.   put SUBTOTAL1 into field "total"
  5.   put shipping1 into field "total"
  6.   put TAX1 into field "total"
  7.   set TOTAL1 to SUBTOTAL1 + TAX1 + shipping1
  8.   put TOTAL1 into field "total"
  9. end
  10.